Click or drag to resize

SipClientGetDialog Method (RequestResponse)

Gets existing dialog based on the specified RequestResponse.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Dialog GetDialog(
	RequestResponse requestResponse
)

Parameters

requestResponse
Type: Independentsoft.SipRequestResponse
A RequestResponse from appropriate request.

Return Value

Type: Dialog
A dialog based on the RequestResponse.
See Also